home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / athreat_from_the_sea.swf / scripts / DefineButton2_193 / BUTTONCONDACTION on(press).as next >
Text File  |  2006-07-26  |  182b  |  11 lines

  1. on(press){
  2.    if(eval("/:dispara") == "0")
  3.    {
  4.       tellTarget("/aviaosobe/aviao/curva/dispara")
  5.       {
  6.          gotoAndStop("dispara");
  7.          play();
  8.       }
  9.    }
  10. }
  11.